home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TELFNICA / INFO / PLAN.DIR / 00009.ls < prev    next >
Encoding:
Text File  |  1997-04-23  |  104 b   |  10 lines

  1. on enterFrame
  2.   boton()
  3. end
  4.  
  5. on exitFrame
  6.   if the timer < (3 * 60) then
  7.     go(the frame)
  8.   end if
  9. end
  10.